@charset "utf-8";
/* CSS reset */
*{padding:0;margin:0;border:0;}
body{font-family:Arial, Verdana, "Microsoft YaHei", sans-serif;}
ul,li{list-style:none;}
a{text-decoration:none;}
img{border:none;}
form,input,textarea{outline:none;resize:none;}
li{list-style-type:none;}
h1,h2,h3,h4,h5,h6{font-size:.16rem;font-weight:normal;}

/* Link */}
.nav-fixed{position: fixed!important;top: 0;width: 100%;z-index:99999;}

/*分页*/
.page{padding:.2rem 0;font-size:.15rem;text-align:center;overflow:hidden;width:100%;}
.page a{border:1px solid #ccc;padding:1px .05rem;color:#000;background:#FeFeFe;margin:.02rem;}
.page a:hover{border:1px solid #d01817;color:#d01817;}
/*/分页*/

/*to top*/
.totop{width:.5rem;height:.5rem;bottom:0;right:0;position:fixed;_position:absolute;display:none;z-index:99999999999999;}
.totop a{background:url(../nyimages/r_top.png) no-repeat;transition: .5s;-webkit-transition: .5s;cursor:pointer;display:block;width:.5rem;height:.5rem;}

/*goback & next*/
.container .goback{width:100%;text-align:center;height:.4rem;line-height:.4rem;color:#454545;background:#f0f2f4;}
.container .next{width:100%;line-height:.4rem;color:#787878;padding:.05rem 0;text-align:center;}
.container .next p{width:100%;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;float:left;padding:0 .15rem;}

@media only screen and (min-width:480px){
.container .next p{width:50%;}
}

/*position*/
.container .position{width:100%;overflow:hidden;border-bottom:1px solid #ccc;height:.45rem;padding-top:.05rem;margin-bottom:.1rem;}
.container .position p{padding:0 .05rem 0 .4rem;height:.2rem;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;line-height:.24rem;background:url(../nyimages/sy.png) left -1px no-repeat;}
.container .position p b{color:#d00;}

@media only screen and (min-width:992px){
.container .position1{width:9.5rem;float:right;}
}

/*QQ*/
#cFloatDivMove{display:none!important;overflow:hidden;}
.kefu{width:1.6rem;height:3rem;padding-left:.33rem;position:relative;}
.float_icon{display:block;width:.3rem;height:.3rem;position:absolute;left:0;bottom:0;cursor:pointer;}
.kefu .kfnr td{text-align:center;padding:.05rem 0;}
.kefu .kfnr .td1{padding-bottom:0;line-height:.24rem;width:.38rem;display:block;font-size:.12rem;}

@media only screen and (min-width:992px){
#cFloatDivMove{display:block!important;}
}